* window.el (pop-to-buffer): Remove the conditional that
authorMartin Rudalics <rudalics@gmx.at>
Mon, 7 Jun 2010 18:28:02 +0000 (21:28 +0300)
committerJuri Linkov <juri@jurta.org>
Mon, 7 Jun 2010 18:28:02 +0000 (21:28 +0300)
commit067d10debac354cd2e948ca4c8e8febae9bb5b66
treeeef03d74fce008beb645ea5d5bd259e19a807779
parentbbabfa43d9dd18d345c31df78a301d3f1f6ec6a9
* window.el (pop-to-buffer): Remove the conditional that
compares new-window and old-window, so it will reselect
the selected window unconditionally.
http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html

* window.c (Fselect_window): Move `record_buffer' up to the
beginning of this function, so the buffer gets recorded
even if the selected window does not change.
http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
lisp/ChangeLog
lisp/window.el
src/ChangeLog
src/window.c